Filter out all native grab/ungrab events with detail INFERIOR
authorAlexander Larsson <alexl@redhat.com>
Tue, 3 Feb 2009 21:51:27 +0000 (22:51 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:32 +0000 (10:15 +0200)
commitfe3c410048a6b069efd63a2007d5a14606d0aa4a
treedd15deebb8ab55bb7bc8b535318a086e7cdd5a3b
parentf51a3f5e3399ddbd0aff9ad391d849baf0ac1e4a
Filter out all native grab/ungrab events with detail INFERIOR

These are generated when we get an implicit grab on a native
child window, and we can't filter them with _has_grab() because
they are sent before the button press event where we detect
the implicit grab.

This makes clicks work in the flash plugin again
gdk/gdkwindow.c